Searched refs:UNTIL (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dpic_tab.h109 #define UNTIL 365 macro
H A Dpic.y196 %token UNTIL
513 | UNTIL TEXT
H A Dlex.cpp521 { "until", UNTIL },
H A Dpic.cpp181 #define UNTIL 365 macro
3210 "NORTH","SOUTH","EAST","WEST","CENTER","END","START","RESET","UNTIL","PLOT",
3264 "until : UNTIL TEXT",
/macosx-10.10/vim-55/runtime/syntax/
H A Dmodula3.vim39 syn keyword modula3Block WHILE UNTIL DO TO IF FOR ELSIF ELSE LOOP
H A Dremind.vim22 syn keyword remindExpiry UNTIL FROM SCANFROM SCAN WARN SCHED
H A Dmodsim3.vim35 syn keyword modsim3Keyword TERMINATE THISMETHOD TO TRUE TYPE UNTIL VALUE VAR
H A Dmodula2.vim30 syn keyword modula2Keyword SET THEN TO UNTIL WHILE WITH
H A Dforth.vim156 syn keyword forthLoop BEGIN WHILE REPEAT UNTIL AGAIN
186 syn match forthDefine "\[UNTIL]"
H A Dsas.vim67 syn keyword sasConditional DO ELSE END IF THEN UNTIL WHILE
151 syn match sasMacro "%UNTIL"
H A Dmasm.vim45 syn region masmExpression start=+\.IF\s+lc=3 start=+\.WHILE\s+lc=6 start=+\.UNTIL\s+lc=6 start=+\<IF\s+lc=2 start=+\<IF2\s+lc=3 start=+\<ELSEIF\s+lc=6 start=+\<ELSEIF2\s+lc=7 start=+\<REPEAT\s+lc=6 start=+\<WHILE\s+lc=5 end=+$+ end=+;+me=e-1 contains=masmType,masmOperator,masmRegister,masmIdentifier,masmDecimal,masmBinary,masmHexadecimal,masmFloatRaw,masmString
134 syn match masmDirective "\.UNTIL\>"
H A Dcobol.vim82 syn keyword cobolReserved contained TRAILING TRUE TYPE UNIT UNSTRING UNTIL UP UPON USAGE USE USING VALUE VALUES
H A Dfreebasic.vim103 syn keyword freebasicLoops FOR LOOP WHILE WEND DO CONTINUE STEP UNTIL next
H A Dasm68k.vim259 syn match asm68kRepeat "\<UNTIL\(\.[BWL]\)\=\s"
H A Dopenroad.vim36 syntax keyword openroadKeyword THEN TO TRANSACTION UNION UNIQUE UNTIL UPDATE
H A Dnasm.vim278 syn keyword nasmStdDirective DO ENDFOR ENDWHILE FOR REPEAT UNTIL WHILE EXIT
H A Drpl.vim339 " DO/UNTIL/END
/macosx-10.10/vim-55/runtime/indent/
H A Dcobol.vim139 elseif perfline =~? '^\%(WITH\s\+TEST\|VARYING\|UNTIL\)\>.*[^.]$'
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dparse.y309 %token IF THEN ELSE ELIF FI CASE ESAC FOR SELECT WHILE UNTIL DO DONE FUNCTION
605 | UNTIL compound_list DO compound_list DONE
1771 { "until", UNTIL },
3811 case UNTIL:
3868 CASE, DO, ELSE, IF, SEMI_SEMI, THEN, UNTIL, WHILE, AND_AND, OR_OR, IN,
/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c992 {{NULL, "until", 0}, UNTIL},
H A Dparse.c826 case UNTIL:
1277 * while : ( WHILE | UNTIL ) ( INPAR list OUTPAR | list ) { SEPER }
1286 int type = (tok == UNTIL ? WC_WHILE_UNTIL : WC_WHILE_WHILE);
H A Dzsh.h303 UNTIL, /* until */ enumerator in enum:lextok
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dicalendar.el1255 "\nRRULE:FREQ=DAILY;INTERVAL=1;UNTIL="
1719 (until (cadr (assoc 'UNTIL rrule-props)))
1733 (message "Must not have UNTIL and COUNT -- ignoring COUNT element!")

Completed in 183 milliseconds