Searched defs:previous (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/html/
H A Dtroff2html.h106 unsigned char* in; /* previous state.in */
107 char* file; /* previous error_info.file */
108 int line; /* previous error_info.line */
109 Arg_t* mac; /* previous state.mac */
110 Arg_t* tag; /* previous state.tag */
127 int previous; /* previous value */ member in struct:Value_s
164 Env_t* env; /* previous state.env */
/ast/src/cmd/ie/
H A Dedit.c67 #define previous editb.e_lbuf macro
956 c = previous[--lookahead];
1019 previous[--lookahead] = c;
1024 previous[lookahead++] = c;
1043 previous[i-lookahead] = previous[i];
1058 previous[lookahead++] = c;
H A Dvi.c134 #define previous editb.e_lbuf /* lookahead buffer */ macro
676 * This routine will position cur_virt at the nth previous word.
895 case 'k': /** get previous command **/
896 case '-': /** get previous command **/
1780 p = previous[lookahead-1];
2220 * mode != 0, repeat previous operation
/ast/src/cmd/ksh93/edit/
H A Dvi.c152 #define previous editb.e_lbuf /* lookahead buffer */ macro
659 * This routine will position cur_virt at the nth previous word.
886 case 'k': /** get previous command **/
887 case '-': /** get previous command **/
1887 p = previous[lookahead-1];
2384 * mode != 0, repeat previous operation
/ast/src/cmd/ksh93/sh/
H A Dname.c82 void *previous; member in struct:sh_type
311 shtp.previous = shp->mktype;
671 shp->mktype = shtp.previous;
1592 * If <flags> contains NV_NOFREE, previous value is freed, and <string>
3525 * make <scoped> the top scope and return previous scope
/ast/src/cmd/nmake/
H A Dmake.h462 Frame_t* previous; /* previous active frame */ member in struct:Frame_s

Completed in 38 milliseconds