HomeSort by: relevance | last modified time | path
    Searched defs:BEGIN (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/jot/
jot.c 68 static double begin = BEGIN_DEF; variable in typeref:typename:double
95 x = ender - begin;
98 begin = ender;
120 putdata(random() * x + begin, reps - i);
126 x = begin;
141 #define BEGIN 1
205 if (!sscanf(argv[1], "%lf", &begin))
206 begin = argv[1][strlen(argv[1])-1];
207 have |= BEGIN;
244 * The loop we run uses begin/step/reps, so if we have bee
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 77 * definition of BEGIN.
79 #define BEGIN yy_start = 1 + 2 *
82 * to BEGIN to return to the state. The YYSTATE alias is for lex
1724 BEGIN(new_state);
1735 BEGIN(yy_start_stack[yy_start_stack_ptr]);
  /src/tools/m4/bootstrap/
tokenizer.c 22 /* begin standard C headers. */
128 * definition of BEGIN.
130 #define BEGIN (yy_start) = 1 + 2 *
133 * to BEGIN to return to the state. The YYSTATE alias is for lex
338 /* Begin user sect3 */

Completed in 13 milliseconds