Home
last modified time | relevance | path

Searched refs:yptr (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l120 char *yptr;
122 yptr = yytext;
123 while (*yptr != '\0') {
125 if (*yptr == '\t')
126 *yptr = ' ';
127 if (*yptr == ' '
130 yptr++;
132 *string_buf_ptr++ = *yptr++;
278 char *yptr;
280 yptr = yytext;
[all …]
Daicasm_macro_scan.l113 char *yptr; variable
115 yptr = mmtext;
116 while (*yptr)
117 *string_buf_ptr++ = *yptr++;