HomeSort by: relevance | last modified time | path
    Searched refs:WHILE (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ksh/
lex.h 51 * states while lexing word
91 #define WHILE 269
syn.c 92 while (token(0) == '|') {
113 while ((c = token(0)) == LOGAND || c == LOGOR) {
131 while (1) {
238 while (1) {
349 case WHILE:
352 t = newtp((c == WHILE) ? TWHILE : TUNTIL);
396 while ((iop = synio(syniocf)) != NULL) {
433 * but not for while/until loops - we don't need to check if it
434 * is a while loop because it would have been parsed as part of
500 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { /* no ALIAS here *
    [all...]
  /src/usr.bin/m4/TEST/
test.m4 61 string(WHILE, "while")
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5090 #--WHILE A1 AND A2 ARE IN DOUBLE-EXTENDED FORMAT.
5143 #--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2
6300 #--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
8265 #--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
8281 fmovm.x &0xc,-(%sp) # SAVE FP2-3 WHILE FP0 IS NOT READY
8288 fmul.x LOGOF2(%pc),%fp1 # GET K*LOG2 WHILE FP0 IS NOT READY
9850 # in fp0 while fp1 is used to create a DZ exception so that the #
fpsp.s 5196 #--WHILE A1 AND A2 ARE IN DOUBLE-EXTENDED FORMAT.
5249 #--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2
6406 #--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
8371 #--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
8387 fmovm.x &0xc,-(%sp) # SAVE FP2-3 WHILE FP0 IS NOT READY
8394 fmul.x LOGOF2(%pc),%fp1 # GET K*LOG2 WHILE FP0 IS NOT READY
13233 # For zeroes/infs/NANs, return the same while setting the FPSR #
13339 # For zeroes/infs/NANs, return the same while setting the FPSR #
19446 # modes. Also, while we're at it, the index register itself must get #
21171 # while the rest are in their initial places.
    [all...]

Completed in 30 milliseconds