Searched refs:at_end (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTclUtil.py27 def at_end(self): member in class:TclLexer
73 if self.at_end():
92 if self.at_end():
99 if self.at_end():
111 while not self.at_end():
118 if self.at_end():
125 elif c == '$' and not self.at_end() and (self.look().isalpha() or
145 if self.at_end() or self.look().isspace():
153 while not self.at_end():
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dentry3.rb83 ).at_end{begin
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dentry3.rb78 ).at_end{begin
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c1902 int old_point, at_end; local
1905 at_end = rl_point == rl_end;
1913 if (at_end)
2057 int at_end = rl_point == rl_end; local
2084 if (at_end)
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dobject.cpp1196 void add_arrows(int at_start, int at_end, const arrow_head_type &);
1243 void linear_object::add_arrows(int at_start, int at_end, argument
1247 arrow_at_end = at_end;
1807 int at_end = (flags & HAS_RIGHT_ARROW_HEAD) != 0; local
1819 obj->add_arrows(at_start, at_end, a);
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-gen.c2547 int at_end = 0;
2558 while (! at_end)
2564 at_end = (prefix[plen] == '\0');
2594 if (! at_end)
2526 int at_end = 0; local
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dtimer.rb485 def at_end(*arg, &b) method in class:TkTimer
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c339 at_end /* stop parsing the list */ enumerator in enum:__anon8436::__anon8437
898 for (; argbuffer->arg_type != at_end; argbuffer++)
1335 argbuffer[current_arg].arg_type = at_end;
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1363 "any" "append" "as" "asc" "ascic" "async" "at_begin" "at_end" "audit"

Completed in 288 milliseconds