| /onnv/onnv-gate/usr/src/cmd/boot/bootadm/ |
| bootadm.h | 62 } line_t; typedef in typeref:struct:line 67 line_t *start; 68 line_t *end; 92 line_t *start; 93 line_t *end; 94 line_t *curdefault; /* line containing default */ 95 line_t *olddefault; /* old default line (commented) */ 96 line_t *old_rc_default; /* old default line for bootenv.rc */ 162 extern void bam_add_line(menu_t *mp, entry_t *entry, line_t *prev, line_t *lp) [all...] |
| bootadm_upgrade.c | 248 update_line(line_t *linep) 347 cvt_kernel_line(line_t *line, const char *osroot, entry_t *entry) 518 cvt_module_line(line_t *line, entry_t *entry) 609 line_t *line; 701 line_t *line; 702 line_t *newlp; 730 newlp = s_calloc(1, sizeof (line_t)); 806 line_t *line;
|
| bootadm.c | 209 line_t *head; 210 line_t *tail; 264 static void linelist_free(line_t *); 267 static error_t list2file(char *, char *, char *, line_t *); 914 line_t *lp; [all...] |
| bootadm_hyper.c | 756 line_t *lp; 1004 line_t *lp;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| perly.c | [all...] |
| gv.h | 22 line_t gp_line; /* line first declared at (for -w) */
|
| handy.h | 516 typedef U32 line_t; typedef 518 #define NOLINE ((line_t)0) 520 #define NOLINE ((line_t) 4294967295UL)
|
| intrpvar.h | 164 PERLVARI(Icopline, line_t, NOLINE)
|
| cop.h | 28 line_t cop_line; /* line # of this command */
|
| op.c | 541 line_t oldline = CopLINE(PL_curcop); [all...] |
| toke.c | 1072 CopLINE_set(PL_curcop, (line_t)PL_multi_start); [all...] |
| perl.c | [all...] |
| proto.h | 485 PERL_CALLCONV OP* Perl_newFOROP(pTHX_ I32 flags, char* label, line_t forline, OP* sclr, OP* expr, OP*block, OP*cont); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/ |
| byterun.c | 698 line_t arg; 977 line_t arg;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/ |
| PPPort.pm | 579 line_t oldline = PL_curcop->cop_line; [all...] |