Home | History | Annotate | Download | only in commands

Lines Matching refs:atag

73 struct atag {
149 struct atag *current_tag = (struct atag *) atags_position;
159 // copy tags from current atag file
172 current_tag = (struct atag *) current_tag_raw;
183 *((struct atag *) natags_raw_buff) = (struct atag) {
204 *((struct atag *) natags_raw_buff) = (struct atag) {
212 memcpy(((struct atag *) natags_raw_buff)->data.cmdline.cmdline,
214 ((struct atag *) natags_raw_buff)->data.cmdline.cmdline[cmdl_length] = '\0';
220 *((struct atag *) natags_raw_buff) = (struct atag) {