/netbsd/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | xgettext.c | 1138 shapes->shapes[0] = *shape; in insert_keyword_callshape() 1182 shapes->shapes[i] = old_shapes->shapes[i]; in insert_keyword_callshape() 1183 shapes->shapes[i] = *shape; in insert_keyword_callshape() 2321 if (shapes == NULL || shapes->nshapes == 0) in arglist_parser_alloc() 2348 ap->alternative[i].argnumc = shapes->shapes[i].argnumc; in arglist_parser_alloc() 2349 ap->alternative[i].argnum1 = shapes->shapes[i].argnum1; in arglist_parser_alloc() 2350 ap->alternative[i].argnum2 = shapes->shapes[i].argnum2; in arglist_parser_alloc() 2352 shapes->shapes[i].argnum1_glib_context; in arglist_parser_alloc() 2354 shapes->shapes[i].argnum2_glib_context; in arglist_parser_alloc() 2355 ap->alternative[i].argtotal = shapes->shapes[i].argtotal; in arglist_parser_alloc() [all …]
|
H A D | x-perl.c | 1504 struct callshapes shapes; in extract_variable() local 1507 shapes.nshapes = 1; in extract_variable() 1508 shapes.shapes[0].argnum1 = 1; in extract_variable() 1509 shapes.shapes[0].argnum2 = 0; in extract_variable() 1510 shapes.shapes[0].argnumc = 0; in extract_variable() 1511 shapes.shapes[0].argnum1_glib_context = false; in extract_variable() 1512 shapes.shapes[0].argnum2_glib_context = false; in extract_variable() 1513 shapes.shapes[0].argtotal = 0; in extract_variable() 1514 string_list_init (&shapes.shapes[0].xcomments); in extract_variable() 3002 const struct callshapes *shapes = in extract_balanced() local [all …]
|
H A D | xgettext.h | 73 struct callshape shapes[1]; /* actually nshapes elements */ member 286 const struct callshapes *shapes);
|
H A D | x-sh.c | 1199 const struct callshapes *shapes = NULL; in read_command() local 1265 shapes = (const struct callshapes *) keyword_value; in read_command() 1267 argparser = arglist_parser_alloc (mlp, shapes); in read_command() 1296 shapes = NULL; in read_command()
|
H A D | x-tcl.c | 854 const struct callshapes *shapes = NULL; in read_command() local 912 shapes = (const struct callshapes *) keyword_value; in read_command() 914 argparser = arglist_parser_alloc (mlp, shapes); in read_command()
|
H A D | x-librep.c | 620 const struct callshapes *shapes = NULL; in read_object() local 668 shapes = (const struct callshapes *) keyword_value; in read_object() 670 argparser = arglist_parser_alloc (mlp, shapes); in read_object()
|
H A D | x-scheme.c | 731 const struct callshapes *shapes = NULL; in read_object() local 779 shapes = (const struct callshapes *) keyword_value; in read_object() 781 argparser = arglist_parser_alloc (mlp, shapes); in read_object()
|
H A D | x-elisp.c | 645 const struct callshapes *shapes = NULL; in read_object() local 694 shapes = (const struct callshapes *) keyword_value; in read_object() 696 argparser = arglist_parser_alloc (mlp, shapes); in read_object()
|
H A D | x-lisp.c | 1013 const struct callshapes *shapes = NULL; in read_object() local 1072 shapes = (const struct callshapes *) keyword_value; in read_object() 1074 argparser = arglist_parser_alloc (mlp, shapes); in read_object()
|
H A D | x-c.c | 1584 const struct callshapes *shapes; member 1627 tp->shapes = (const struct callshapes *) keyword_value; in x_c_lex() 1744 next_shapes = token.shapes; in extract_parenthesized()
|
/netbsd/games/tetris/ |
H A D | tetris.h | 132 extern const struct shape shapes[]; 133 #define randshape() (&shapes[arc4random_uniform(7)])
|
H A D | Makefile | 5 SRCS= input.c screen.c shapes.c scores.c tetris.c
|
H A D | shapes.c | 55 const struct shape shapes[] = { variable
|
H A D | tetris.c | 289 const struct shape *new = &shapes[curshape->rot]; in main()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | t-aarch64 | 60 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.h \ 66 aarch64-sve-builtins-shapes.o: \ 67 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.cc \ 71 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.h 73 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.cc 83 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.h \ 97 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.h \
|
H A D | aarch64-sve-builtins-sve2.cc | 254 shapes::binary_int_opt_n, MODE_n, in fold() 263 shapes::binary_int_opt_n, MODE_n, in fold() 292 shapes::binary_uint_opt_n, MODE_n, in fold() 324 shapes::binary_uint_opt_n, MODE_n, in fold() 337 shapes::shift_right_imm, MODE_n, in fold()
|
H A D | aarch64-sve-builtins-shapes.h | 72 namespace shapes
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | t-aarch64 | 60 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.h \ 66 aarch64-sve-builtins-shapes.o: \ 67 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.cc \ 71 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.h 73 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.cc 83 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.h \ 97 $(srcdir)/config/aarch64/aarch64-sve-builtins-shapes.h \
|
H A D | aarch64-sve-builtins-sve2.cc | 254 shapes::binary_int_opt_n, MODE_n, in fold() 263 shapes::binary_int_opt_n, MODE_n, in fold() 292 shapes::binary_uint_opt_n, MODE_n, in fold() 324 shapes::binary_uint_opt_n, MODE_n, in fold() 337 shapes::shift_right_imm, MODE_n, in fold()
|
H A D | aarch64-sve-builtins-shapes.h | 72 namespace shapes
|
/netbsd/external/gpl2/groff/dist/font/devps/generate/ |
H A D | freeeuro.sfd | 6 Copyright: Created by Werner Lemberg with PfaEdit 1.0 (http://pfaedit.sf.net); the serif shapes are…
|
/netbsd/external/apache2/llvm/dist/llvm/docs/ |
H A D | HowToSetUpLLVMStyleRTTI.rst | 420 For example, in the shapes hierarchy described above the authors may have 421 wanted their code to work for user defined shapes too. To support use cases
|
/netbsd/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
H A D | Pipeline.rst | 32 Replaces unsupported operations with supported ones. In other words, it shapes
|
H A D | Legalizer.rst | 259 shapes the GMIR that the rest of the backend must handle. However, there are
|
/netbsd/games/quiz/datfiles/ |
H A D | bard | 109 There['s| is] a divinity that shapes our ends{,}:\
|