Searched refs:pre (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/html/ |
H A D | html2rtf.h | 102 int pre; /* <PRE> nesting level */ member in struct:State_s
|
H A D | html2rtf.c | 239 state.pre++; 251 if (state.pre > 0) 252 state.pre--; 618 state.pre++; 627 if (state.pre > 0) 628 state.pre--; 790 state.pre++; 799 if (state.pre > 0) 800 state.pre--; 911 state.pre [all...] |
/ast/src/lib/libcoshell/ |
H A D | coinit.c | 40 exid(Sfio_t* sp, const char* pre, const char* name, const char* pos) argument 44 sfputr(sp, pre, -1);
|
/ast/src/cmd/INIT/ |
H A D | iffe.sh | 3227 pre= 3231 -) case $pre in 3236 do pre="$pre 3244 *) pre="#undef $v" 3248 *) pre="#undef $v" 3654 $pre 3683 echo "$pre 3792 echo "$pre 3807 echo "$pre [all...] |
/ast/src/lib/libast/misc/ |
H A D | glob.c | 301 regex_t* pre; local 497 pre = prei; 512 pre = prec; 537 if (!regexec(pre, name, 0, NiL, 0))
|
/ast/src/cmd/msgcc/ |
H A D | msgcc.sh | 44 pre-existing \b-o\b file.]
|
/ast/src/cmd/nmake/ |
H A D | expand.c | 691 long pre; local 697 pre = pos = sfstrtell(xp); 712 if (pos == pre) sfstrseek(xp, rew, SEEK_SET);
|
H A D | Makerules.mk | 3537 * lhs for pre-installed $(BINDIR) files listed by .LIST.PACKAGE.BINARY 4299 if ! "$(CC.INCLUDE.LOCAL)" && "$(CC.DIALECT:N=-I-)" /* pre 2005-05-25 courtesy */
|
/ast/src/lib/libexpr/ |
H A D | exparse.y | 860 pre: 876 goto pre;
|
H A D | Oexparse.c | 1784 pre: 1804 goto pre;
|
Completed in 57 milliseconds