OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsparam
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
valparam.h
243
/** Value portion of val=param (if
needsparam
=1), or standalone identifier
244
* (if
needsparam
=0).
249
int
needsparam
;
member in struct:yasm_dir_help
346
*
needsparam
=1. The obj parameter to yasm_dir_helper() when this helper
364
*
needsparam
=1. The obj parameter to yasm_dir_helper() when this helper
383
*
needsparam
=1. The data parameter that is ultimately passed to this
valparam.c
239
if (help[i].
needsparam
== 0 &&
252
if (help[i].
needsparam
== 1 &&
Completed in 54 milliseconds