Lines Matching refs:flags
73 * flags = Flags to control translation:
102 stobsl(const char *string, bslabel_t *label, int flags, int *error)
119 if (ISHEX(flags, s)) {
138 slcall.flags = (flags&NEW_LABEL) ? LABELS_NEW_LABEL : 0;
139 slcall.flags |= (flags&NO_CORRECTION) ? LABELS_FULL_PARSE : 0;
200 * flags = Flags to control translation:
229 stobclear(const char *string, bclear_t *clearance, int flags, int *error)
237 if (ISHEX(flags, string)) {
256 clrcall.flags = (flags&NEW_LABEL) ? LABELS_NEW_LABEL : 0;
257 clrcall.flags |= (flags&NO_CORRECTION) ? LABELS_FULL_PARSE : 0;